var net.threadLimit

4 uses

	net (current package)
		net.go#L800: var threadLimit chan struct{}
		net.go#L806: 		threadLimit = make(chan struct{}, concurrentThreadsLimit())
		net.go#L809: 	case threadLimit <- struct{}{}:
		net.go#L817: 	<-threadLimit